home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWFINDPROGRESS / TFORMVIEWFINDPROGRESS.txt
Encoding:
Text File  |  2009-10-23  |  1.3 KB  |  70 lines

  1. object FormViewFindProgress: TFormViewFindProgress
  2.   Left = 337
  3.   Top = 293
  4.   AlphaBlend = True
  5.   AlphaBlendValue = 0
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Search'
  9.   ClientHeight = 86
  10.   ClientWidth = 282
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object labSearch: TTntLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 51
  27.     Height = 13
  28.     Caption = 'Searching:'
  29.   end
  30.   object labPercent: TLabel
  31.     Left = 8
  32.     Top = 42
  33.     Width = 29
  34.     Height = 13
  35.     Caption = '100%'
  36.   end
  37.   object btnCancel: TButton
  38.     Left = 104
  39.     Top = 56
  40.     Width = 75
  41.     Height = 23
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     TabOrder = 0
  45.     OnClick = btnCancelClick
  46.   end
  47.   object ProgressBar1: TProgressBar
  48.     Left = 8
  49.     Top = 24
  50.     Width = 265
  51.     Height = 17
  52.     Step = 1
  53.     TabOrder = 1
  54.   end
  55.   object Timer1: TTimer
  56.     Enabled = False
  57.     Interval = 20
  58.     OnTimer = Timer1Timer
  59.     Left = 208
  60.     Top = 48
  61.   end
  62.   object Timer2: TTimer
  63.     Enabled = False
  64.     Interval = 100
  65.     OnTimer = Timer2Timer
  66.     Left = 240
  67.     Top = 48
  68.   end
  69. end
  70.